From: Richard M. Stallman Date: Fri, 23 Jul 1993 19:53:44 +0000 (+0000) Subject: (HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94807 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fea0b06d62c638fe18a7f4113aa459f774913ca7;p=emacs.git (HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS --- diff --git a/src/s/sco4.h b/src/s/sco4.h index 2b768c2909b..8fd1423ef23 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -55,6 +55,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_SOCKETS #endif +#ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ +#define HAVE_SOCKETS +#endif + #ifdef HAVE_SOCKETS #define LIBS_SYSTEM -lsocket